home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / frame_1 / PlaceObject2_410_242 / CLIPACTIONRECORD onClipEvent(load).as next >
Text File  |  2005-08-12  |  414b  |  22 lines

  1. onClipEvent(load){
  2.    function menuStackUp()
  3.    {
  4.       if(this.stack == "down")
  5.       {
  6.          this.swapDepths(_parent.swapDmyM);
  7.          this.stack = "up";
  8.       }
  9.    }
  10.    function menuStackDown()
  11.    {
  12.       if(this.stack == "up")
  13.       {
  14.          this.swapDepths(_parent.swapDmyM);
  15.          this.stack = "down";
  16.       }
  17.    }
  18.    orgX = this._x;
  19.    orgY = this._y;
  20.    this.stack = "up";
  21. }
  22.